Release 10.1A: OpenEdge Development:
ADM Reference
setupTTFromSig function
Function used to create a dynamic temp-table that invokes a call from the signature of a procedure or function.
Parameters:pcTableName INPUT CHARACTERName to assign to the newly created temp-table.
phPersProc INPUT HANDLEHandle to the persistent procedure that contains the call needed to derive the signature. This parameter is optional. If nothing is specified, then
?is passed.pcIntEntry INPUTCHARACTERProcedure used to derive the signature for which a temp-table structure is to be created. This parameter is optional. If nothing is specified, then
?is passed.pcSignature INPUT CHARACTERSignature of the procedure or function to invoke. This parameter is optional. If nothing is specified, then "" or
?is passed.phInitValueTT INPUT HANDLEHandle to a temp-table that contains the parameter values to use for the call. This parameter is optional. If nothing is specified, then
Returns: A handle to the created temp-table. Notes:?is passed.
- You can specify phPersProc and pcIntEntry together, or you can specify pcSignature. If you specify all three, the contents of pcSignature is used.
- If you do not specify phInitValueTT, the values of the parameters are the default value for the data type of the parameter.
- The temp-table is created with initial values derived from the property values. No records are added to the temp-table. Creating a record in the table results in a record with the default values specified.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |